@media (max-width:1480px) {
    .navMenu>li{font-size:16px;}
    .navMenu>li>a{padding:0 15px;}
}

@media (max-width:980px) {
 .ny_left{width:100%;}
 .ny_right{width:100%; float:left; margin-top:40px; padding-left:0;}
 .ny_rpbox li{width:49%; margin:20px 2% 0 0;}
 .ny_rpbox li:nth-child(2n){margin-right:0;}
}

@media (max-width:750px) {
    .burger {
        position: relative;
        width: 32px;
        height: 22px;
        background: transparent;
        cursor: pointer;
        display: block;
    }
    
    .burger input {
        display: none;
    }
    
    .header .burger span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #006e3f;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }
    .header_white .burger span{
        background-color: white;
    }
    .burger span:nth-of-type(1) {
        top: 0px;
        transform-origin: left center;
    }
    
    .burger span:nth-of-type(2) {
        top: 50%;
        transform: translateY(-50%);
        transform-origin: left center;
    }
    
    .burger span:nth-of-type(3) {
        top: 100%;
        transform-origin: left center;
        transform: translateY(-100%);
    }
    .burger input:checked ~ span:nth-of-type(1) {
        transform: rotate(45deg);
        top: 0px;
        left: 5px;
    }
    .burger input:checked ~ span:nth-of-type(2) {
        width: 0%;
        opacity: 0;
    }
    .burger input:checked ~ span:nth-of-type(3) {
        transform: rotate(-45deg);
        top: 23px;
        left: 5px;
    }
    .header,
    .about_wrap,
    .servive_wrap,
    .device .device_wrap,
    .factory .factory_wrap,
    .cooperate .cooperate_wrap,
    .footer .footer_top,
    .footer .footer_bottom{
        zoom: 1;
    }
    .center_view{
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 0 5%;
    }
    .section{
        padding-top: 0;
    }
	.header{
        height: 66px;
		}
    .header .center_view{
        height: 50px;
        align-items: center;
        border-bottom: 1px solid rgba(0, 0, 0, .08);
    }
    .header .logo img{
        width: 100px;
        margin-top: 0;
    }
    .header .navigation{
        width: 100%;
        padding-bottom: 70px;
        flex-direction: column;
        background-color: white;
        position: absolute;
        top: 50px;
        left: -100%;
        transition: all .3s ease-in;
    }
    .header .navigation li{
        width: 90%;
        margin-left: 0;
        border-bottom: 1px solid #e6e6e6;
    }
    .header .navigation a{
        color: #333333;
        line-height: 50px;
        font-size: 14px;
    }
    .header .phone_search{
        width: 100%;
        padding: 0 5%;
        box-sizing: border-box;
        justify-content: space-between;
        position: absolute;
        top: 320px;
        left: -100%;
        transition: all .3s ease-in;
    }
    .header .phone_search .phone::before{
        left: 2px;
    }
    .header .phone_search .phone{
        padding-left: 36px;
    }

    .about{
        background-size: auto 100%;
        padding-top: 0%;
    }
    .about .about_wrap{
        height: 100%;
        padding-top: 50px;
        box-sizing: border-box;
    }
    .about .profile{
        height: 86%;
        flex-direction: column;
    }
    .about .profile .text{
        width: 100%;
    }
    .about .profile .text span{
        font-size: 14px;
    }
    .about .profile .text h3{
        font-size: 18px;
    }
    .about .profile .text .line{
        margin: 4% 0;
        height: 2px;
    }
    .about .profile .text p{
        font-size: 13px;
        line-height: 25px;
    }
    .about .profile .text a{
        width: 100%;
        font-size: 14px;
        height: 36px;
        line-height: 36px;
        margin-top: 3%;
    }
    .about .profile .img{
        width: 100%;
    }
    .about .profile .img .about_img{
        height: 200px;
    }
    .about .profile .img .wenhua .wh_top{
        margin-top: 4%;
    }
    .about .profile .img .wenhua .wh_top img{
        width: 22px;
    }
    .about .profile .img .wenhua .wh_top p{
        font-size: 16px;
        margin-left: 10px;
    }
    .about .profile .img .wenhua .wh_top h4{
        font-size: 18px;
    }
    .about .profile .img .wenhua .wh_top h4::after,
    .about .profile .img .wenhua .wh_top h4::before{
        top: 7px;
    }
    #swiper_1 .swiper-slide p{
        font-size: 14px;
    }
    #swiper_1{
        margin-top: 12px;
    }
    #swiper_1 .swiper-slide p::before{
        height: 1px;
    }
    .number{
        margin-top: 20px;
        height: 10%;
    }
    .number .numCount li{
        width: 23%;
    }
    .number .numCount li .numU{
        margin-bottom: 0px;
    }
    .number .numCount li .numCX{
        font-size: 20px;
    }
    .number .numCount li .unit{
        font-size: 13px;
        margin-left: 5px;
    }
    .number .numCount li .indc{
        font-size: 13px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .number .numCount li .indc:nth-child(3){
        display: none;
    }

    .service{
        padding-top: 0;
        box-sizing: border-box;
    }
    .service .servive_wrap{
        padding-top: 50px;
        box-sizing: border-box;
    }
    .service .title{
        left: 5%;
        top: 10%;
        font-size: 20px;
    }
    .service .title::after{
        width: 66%;
        right: 10%;
    }
    #swiper_2 .swiper-slide{
        flex-direction: column;
    }
    #swiper_2 .swiper-slide .left_text{
        width: 100%;
        padding-top: 22%;
    }
    #swiper_2 .swiper-slide .left_text h4{
        font-size: 20px;
    }
    #swiper_2 .swiper-slide .left_text h3{
        font-size: 22px;
        margin-top: 12px;
        margin-bottom: 20px;
    }
    #swiper_2 .swiper-slide .left_text p{
        font-size: 15px;
        line-height: 28px;
    }
    #swiper_2 .swiper-slide .left_text a{
        font-size: 14px;
        width: 100%;
        margin-top: 20px;
    }
    #swiper_2 .swiper-slide .right_img .img{
        height: 200px;
        margin-top: 6%;
    }
    #swiper_2 .swiper-slide .right_img p{
        display: none;
    }
    #thumbs{
        margin-top: 0;
        width: 90%;
        position: absolute;
        bottom: 3%;
        left: 5%;
    }
    #thumbs .swiper-slide{
        font-size: 14px;
        line-height: 50px;
    }
    #thumbs .swiper-slide p{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #thumbs .swiper-slide img{
        width: 90%;
    }
    #swiper_2 .swiper-slide .right_img{
        width: 100%;
    }

    .device_wrap{
        flex-direction: column;
        padding-top: 60px;
    }
    .device .device_text{
        width: 100%;
    }
    .device .device_text h3{
        font-size: 22px;
    }
    .device .device_text p{
        font-size: 14px;
        line-height: 20px;
        margin-top: 14px;
        margin-bottom: 8%;
    }
    .device .device_text a{
        width: 180px;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
    .device .device_text a::before{
        width: 26%;
        font-size: 20px;
        line-height: 34px;
    }
    .device .device_text .next_prev{
        display: none;
        width: 100%;
        margin-top: 10%;
    }
    .device #swiper_3{
        width: 100%;
        margin-top: 5%;
    }
    .device .shebei_bg{
        bottom: 0;
    }
    .device #swiper_3 .swiper-slide .img{
        height: 82%;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
    }
    .factory_wrap{
        padding-top: 60px;
    }
    .factory .factory_text{
        width: 100%;
        margin-bottom: 0;
    }
    .factory .factory_text h3{
        font-size: 20px;
        line-height: 30px;
    }
    .factory .factory_text p{
        font-size: 14px;
        line-height: 22px;
        margin-top: 12px;
    }
    #swiper_4{
        height: 72%;
        margin-top: 5%;
    }
    .factory #swiper_4 .kouhao{
        font-size: 14px;
        line-height: 22px;
        bottom: 7%;
    }
    .factory .center_view .swiper-button-prev,
    .factory .center_view .swiper-button-next{
        display: none;
        width: 30px;
        height: 30px;
        top: auto;
        bottom: 10%;
    }
    .factory .center_view .swiper-button-next{
        right: 5%;
    }

    .factory .center_view .swiper-button-prev::after,
    .factory .center_view .swiper-button-next::after{
        font-size: 14px;
    }
    .factory #swiper_4 .swiper-slide{
        padding-top: 0;
        height: 80%;
        overflow: hidden;
    }
    .factory #swiper_4 .swiper-pagination{
        right: auto;
        left: 0;
        bottom: 17%;
    }
    .factory #swiper_4 .swiper-slide .img p{
        font-size: 20px;
        bottom: 6%;
    }
    .cooperate .center_view>h3{
        font-size: 20px;
    }
    .cooperate .center_view .hezuo_wrapper li{
        width: 50%;
        height: 33%;
        box-sizing: border-box;
        border: 1px solid rgba(255, 255, 255, .4) !important;
        font-size: 16px;
    }
    .cooperate .center_view .hezuo_wrapper img{
        width: 50px;
        margin-bottom: 15%;
    }
    
    
    .in_news_list li{
          width: 100%;
        
    }


    .footer{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .footer .footer_top{
        display: none;
    }
    .footer .footer_bottom{
        padding: 0;
    }
    .footer .footer_bottom .center_view{
        flex-direction: column;
    }

    .footer .footer_bottom .bottom_left>h3{
        font-size: 20px;
        margin-top: 10px;
    }
    .footer .footer_bottom .bottom_left{
        width: 100%;
    }
    .footer .footer_bottom .bottom_left .lianxi_box ul{
        margin-bottom: 16px;
    }
    .footer .footer_bottom .bottom_left .lianxi_box ul li:nth-child(1){
        font-size: 16px;
        margin-bottom: 8px;
    }
    .footer .footer_bottom .bottom_left .lianxi_box{
        flex-direction: column;
        font-size: 14px;
        margin-top: 30px;
    }
    .footer .footer_bottom .bottom_left .lianxi_box ul li:nth-child(1)::after{
        top: 3px;
    }
    .footer .footer_bottom .bottom_left .beian{
        margin-top: 0;
        padding-top: 10px;
        border-top: 1px solid rgba(255, 255, 255, .4);
        font-size: 14px;
        line-height: 20px;
        flex-direction: column;
        text-align: center;
    }
    .footer .footer_bottom .bottom_left .beian a{
        font-size: 14px;
        text-align: center;
    }
    .footer .footer_bottom .bottom_left .beian a:nth-child(3){
        display: none;
    }




    
    .footer .footer_bottom .bottom_right{
        display: none;
        width: 100%;
    }
    .footer .footer_bottom .bottom_right h3{
        display: none;
    }
    .footer .footer_bottom .bottom_right>p{
        display: none;
    }



    /* 内页 */

    html{
        zoom: 1;
    }
    .nei_banner{
        /*padding-top: 66px;*/
    }
    .nei_banner .text{
        top: 80px;
    }
    .nei_banner .text h2{
        font-size: 20px;
        width: 135px;
        margin-bottom: 12px;
    }
    .nei_banner .text h2::after,
    .nei_banner .text h2::before{
        width: 20px;
        height: 2px;
    }
    .nei_banner .text p{
        padding: 0 10%;
        font-size: 14px;
        line-height: 20px;
    }
    .service-title{
        padding-top: 20px;
        margin-bottom: 25px;
    }
    .service-title h2{
        font-size: 20px;
        line-height: 28px;
        padding: 0 20px;
    }
    .service-title ul li{
        width: 8px;
        height: 8px;
    }
    .service-list .list-item{
        width: 100%;
        flex-direction: column;
        padding: 0px;
        background: white;
        margin-bottom: 22px;
    }
    .service-list .list-item .img{
        width: 100%;
        height: 200px;
    }
    .service-list .list-item .text{
        width: 100%;
        padding: 26px 20px;
    }
    .service-list .list-item .text h3{
        font-size: 22px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .service-list .list-item .text p{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 16px;
    }
    .service-list .list-item .text a{
        font-size: 14px;
    }


    .nei_navigation{
        margin: 0;
        height: 60px;
        box-shadow: none;
        border-bottom: 1px solid rgba(0, 0, 0, .08);
        border-radius: 0;
    }
    .nei_navigation div{
        overflow: hidden;
        margin-top: 0;
    }
    .nei_navigation a{
        width: 100%;
        display: block;
        font-size: 13px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .service_jieshao{
        flex-direction: column;
        margin-top: 22px;
        padding-bottom: 22px;
    }
    .service_jieshao .left_img{
        width: 100%;
        height: auto;
    }
    .service_jieshao .right_text{
        width: 100%;
    }
    .service_jieshao .right_text .title{
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .service_jieshao .right_text h3{
        font-size: 20px;
    }
    .service_jieshao .right_text img{
        width: 72px;
    }
    .service_jieshao .right_text p{
        font-size: 14px;
        line-height: 24px;
    }

    .case_wrap .case_item{
        width: 49%;
        margin-bottom: 14px;
    }
    .case_wrap .case_item:nth-child(3n){
        margin-right: 2%;
    }
    .case_wrap .case_item:nth-child(2n){
        margin-right: 0%;
    }
    .case_wrap .case_item .case_img{
        height: 120px;
    }
    .case_wrap .case_item .case_img img{
        height: 100%;
    }
    .case_wrap .case_item p{
        font-size: 14px;
        line-height: 40px;
    }
    .case_wrap .case_item p::after,
    .case_wrap .case_item p::before{
        width: 2px;
        height: 12px;
        left: 0;
    }
    .case_wrap .case_item p::before{
        left: auto;
        right: 0;
    }

    .pager{
        margin-bottom: 30px;
    }
    .pager li{
        width: 30px;
        border-radius: 5px;
        margin: 0 5px;
    }
    .pager li:last-child,
    .pager li:first-child{
        width: 70px;
    }
    .pager li a{
        font-size: 13px;
        line-height: 30px;
    }
    .footer{
        height: auto;
    }

    .oem_odm .oem_odm_item{
        width: 48.5%;
        margin-right: 3%;
        padding: 0;
        padding-bottom: 32px;
        border-radius: 5px;
        margin-bottom: 40px;
    }
    .oem_odm .oem_odm_item:nth-child(3n){
        margin-right: 3%;
    }
    .oem_odm .oem_odm_item:nth-child(2n){
        margin-right: 0;
    }
    .oem_odm .oem_odm_item .oem_odm_img{
        height: 110px;
    }
    .oem_odm .oem_odm_item .oem_odm_img img{
        height: 100%;
    }
    .oem_odm .oem_odm_item h3{
        font-size: 16px;
        margin: 16px 0;
        padding: 0 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .oem_odm .oem_odm_item p{
        font-size: 14px;
        padding: 0 16px;
    }
    .oem_odm .oem_odm_item span{
        opacity: 1;
        padding: 0 10px;
        border-radius: 10px;
        font-size: 12px;
        line-height: 30px;
        bottom: -15px;
        box-shadow: 0 0px 10px rgb(0 110 63 / 15%);
    }


    .xq_title .wrap{
        width: 90%;
        margin: 0 auto;
        margin-top: 20px;
        line-height: 32px;
    }
    .xq_title .wrap p{
        font-size: 12px;
        margin: 0 10px;
    }
    .xq_title .wrap p:nth-child(3),
    .xq_title .wrap p:nth-child(4){
        display: none;
    }
    .oem_case_details p{
        font-size: 14px;
        line-height: 24px;
    }
    .oem_case_details img{
        width: 100%;
    }

    .back_case a{
        width: 30%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 12px;
    }
    .back_case .back{
        font-size: 12px;
        padding: 5px 0px;
        justify-content: center;
    }
    .back_case .back img{
        width: 15px;
    }
    .shebei_wrap ul li{
        width: 48%;
        height: 110px;
        margin-bottom: 22px;
        margin-right: 4%;
    }
    .shebei_wrap ul li a{
        width: 100%;
        height: 100%;
    }
    .shebei_wrap ul li:nth-child(1){
        width: 100%;
        height: 180px;
        margin-right: 0;
    }
    .shebei_wrap ul li:nth-child(2){
        width: 100%;
        height: 200px;
        margin-right: 0;
    }
    .shebei_wrap ul li:nth-child(4){
        width: 48%;
    }
    .shebei_wrap ul li:nth-child(2n){
        margin-right: 0;
    }
    .shebei_wrap ul li img{
        width: 100%;
        height: 100%;
    }
    .shebei_wrap ul li p{
        bottom: 0;
        line-height: 30px;
        font-size: 12px;
    }

    .huanjing_wrap .box{
        flex-direction: column;
    }
    .huanjing_wrap .box .box_item{
        width: 100%;
        height: auto;
    }
    .huanjing_wrap .box .box_1{
        padding: 30px;
    }
    .huanjing_wrap .box .box_1 img{
        width: 90px;
    }
    .huanjing_wrap .box .box_1 p{
        font-size: 13px;
        margin-top: 20px;
        line-height: 24px;
    }

    .hj_img{
        margin-top: 22px;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .hj_img .item{
        width: 48%;
        height: 150px;
        margin-bottom: 20px;
    }
    .hj_img .item p{
        font-size: 12px;
        line-height: 30px;
    }
    .huanjing_wrap .box_3 .box_1{
        order: 1;
    }
    .hj_img_2{
        margin-top: 12px;
        margin-bottom: 22px;
    }
    .hj_img_2 ul:nth-child(1){
        height: 300px;
    }
    .hj_img_2 ul:nth-child(2){
        height: 300px;
    }
    .hj_img_2 ul:nth-child(2) li{
        height: 147px !important;
        margin-bottom: 6px !important;
    }
    .hj_img_2 ul li img{
        height: 100%;
    }

    .gongyi{
        margin-bottom: 40px;
    }

    .about_top {
        flex-direction: column;
        margin-top: 22px;
    }
    .about_top .about_top_left h3{
        font-size: 40px;
    }
    .about_top .about_top_left h4{
        font-size: 20px;
        line-height: 32px;
        margin: 20px 0;
        -webkit-text-stroke: 0px;
    }
    .about_top .about_top_right p{
        font-size: 18px;
        padding: 16px 0;
        border-width: 1px;
    }
    .about_top .about_top_right img{
        margin-bottom: 0;
        width: 232px;
    }

    .about_company{
        margin-top: 22px;
        flex-direction: column;
    }
    .about_company .company_left{
        width: 100%;
        overflow: hidden;
    }
    .about_company .company_left h3{
        font-size: 22px;
    }
    .about_company .company_left p{
        font-size: 20px;
        margin-top: 12px;
        margin-bottom: 20px;
    }
    .about_company .company_left .img{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .about_company .company_left .img img{
        width: 100%;
    }
    .about_company .company_right{
        width: 100%;
        margin-top: 10px;
        padding-top: 20px;
    }
    .about_company .company_right p{
        font-size: 13px;
        line-height: 24px;
    }
    .history{
        padding: 0 5%;
        padding-top: 30px;
        margin-top: 20px;
        padding-bottom: 26px;
    }
    .history .history_wrap{
        padding: 0px;
    }
    .history .history_wrap h3{
        font-size: 20px;
        margin: 0;
    }
    #swiper_5 .swiper-slide{
        flex-direction: column;
    }
    .history .history_wrap .swiper-slide .left_text{
        width: 100%;
        padding-top: 40px;
    }
    .history .history_wrap .swiper-slide .right_img{
        width: 100%;
        box-sizing: border-box;
        height: auto;
        margin-top: 20px;
        border-width: 2px;
    }
    .history .history_wrap .swiper-slide .left_text h4{
        font-size: 18px;
        padding-bottom: 16px;
        margin-bottom: 20px;
    }
    .history .history_wrap .swiper-slide .left_text p{
        font-size: 14px;
        line-height: 24px;
    }
    .history .history_wrap .swiper-button-prev,
    .history .history_wrap .swiper-button-next{
        width: 40px;
        height: 28px;
        bottom: auto;
        top: 58px;
        left: auto;
        right: 0;
    }
    .history .history_wrap .swiper-button-prev{
        right: 50px;
    }

    .honor_wrap{
        margin: 0;
    }
    .honor_wrap .swiper .swiper-slide p{
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 40px;
    }
    .honor_wrap .swiper .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
    }
    
    .culture_wrap{
        margin-top: 22px;
    }
    .culture_box_1 .shiming,
    .culture_box_1 .yuanjing{
        width: 48%;
        height: 230px;
    }
    .culture_box_1 .shiming img,
    .culture_box_1 .yuanjing img{
        width: 30%;
    }
    .culture_box_1 .shiming h3,
    .culture_box_1 .yuanjing h3{
        font-size: 20px;
        line-height: 60px;
    }
    .culture_box_1 .shiming p,
    .culture_box_1 .yuanjing p{
        font-size: 16px;
    }
    .culture_box_1 .shiming p::after,
    .culture_box_1 .yuanjing p::after,
    .culture_box_2>h3::after{
        width: 50px;
        height: 2px;
    }
    .culture_box_2{
        margin-top: 22px;
        padding-top: 20px;
    }
    .culture_box_2>h3{
        font-size: 20px;
        padding-bottom: 20px;
        margin-bottom: 22px;
    }
    .culture_box_2 ul li{
        width: 32%;
    }
    .culture_box_2 ul li p{
        font-size: 20px;
        bottom: 20px;
        letter-spacing: 2px;
    }
    .culture_box_3{
        margin: 22px 0;
        padding: 22px 0;
        background-size: 100% 100%;
    }
    .culture_box_3 .linian_wrap{
        flex-direction: column;
    }
    .culture_box_3 .linian_wrap>h3{
        font-size: 20px;
        margin-top: 0;
    }
    .culture_box_3 .linian_wrap>h3::after{
        width: 50px;
        height: 2px;
        top: 10px;
        left: auto;
        right: 0;
    }
    .culture_box_3 .linian_wrap .linian_item{
        width: 100%;
        margin-top: 22px;
    }
    .culture_box_3 .linian_wrap .linian_item div{
        height: 80px;
    }
    .culture_box_3 .linian_wrap .linian_item div img{
        height: 100%;
        width: auto;
    }
    .culture_box_3 .linian_wrap .linian_item div p{
        font-size: 20px;
        font-weight: 500;
    }
    .culture_box_4{
        margin-bottom: 30px;
    }

    .contact{
        flex-direction: column;
    }
    .contact .left_lianxi{
        width: 100%;
        padding: 20px;
    }
    .contact .right_liuyan{
        width: 100%;
        padding: 20px;
    }
    .contact .left_lianxi h3,
    .contact .right_liuyan h3{
        font-size: 20px;
        padding-bottom: 22px;
        margin-bottom: 30px;
    }
    .contact .left_lianxi h3::after,
    .contact .right_liuyan h3::after{
        height: 2px;
    }
    .contact .left_lianxi li{
        font-size: 18px;
        margin-bottom: 18px;
    }
    .contact .left_lianxi li img{
        width: 50px;
    }
    .contact .left_lianxi li span{
        font-size: 14px;
    }
    .contact .right_liuyan input[type=text]{
        margin-bottom: 18px;
    }
    .yzm{
        flex-wrap: wrap;
    }
    .contact .right_liuyan .yzm input[type=submit]{
        width: 100%;
        font-size: 16px;
        line-height: 40px;
        margin-top: 10px;
    }
    .contact .right_liuyan .yzm input[type=text]{
        width: 52%;
        padding: 0 12px;
    }
    .contact .right_liuyan .yzm img{
        margin-right: 0;
    }

	.contact2 li {
    width: 100%;}
}

@media (max-width:480px) {
 .ny_rpbox li{width:100%; margin:20px 0 0;}
}